feat(filesr): support vdi_revert - #124
Open
klmp200 wants to merge 2 commits into
Open
Conversation
klmp200
force-pushed
the
vdi_revert
branch
4 times, most recently
from
March 5, 2026 16:24
723011a to
f666bf6
Compare
klmp200
force-pushed
the
vdi_revert
branch
2 times, most recently
from
March 9, 2026 08:47
657cff3 to
39a4908
Compare
AnthoineB
reviewed
Mar 9, 2026
klmp200
marked this pull request as ready for review
March 9, 2026 12:20
klmp200
marked this pull request as draft
March 9, 2026 12:44
imperosol
reviewed
Mar 9, 2026
klmp200
changed the base branch from
dtt-3.2.12-8.3-qcow2-cowutil
to
3.2.12-8.3-cowutil-qcow2
April 27, 2026 11:50
klmp200
force-pushed
the
vdi_revert
branch
2 times, most recently
from
April 27, 2026 13:15
9fe38b9 to
4244614
Compare
klmp200
force-pushed
the
vdi_revert
branch
2 times, most recently
from
July 3, 2026 14:47
3a71e41 to
d9a0e98
Compare
Millefeuille42
approved these changes
Jul 7, 2026
klmp200
force-pushed
the
vdi_revert
branch
3 times, most recently
from
July 9, 2026 08:20
18a6f14 to
b99cfc2
Compare
Millefeuille42
approved these changes
Jul 15, 2026
Kuruyia
reviewed
Jul 16, 2026
Ythogtha
reviewed
Jul 16, 2026
Ythogtha
reviewed
Jul 16, 2026
Ythogtha
approved these changes
Jul 20, 2026
Lankou66
approved these changes
Jul 21, 2026
Millefeuille42
approved these changes
Jul 21, 2026
* Support vdi_revert from xapi * Enable VDI_REVERT capability on FileSR * Implement vdi revert on File based SRs * Support CBT on vdi revert * Support vdi_revert rollback with journal in case of catastrophic failure * Fix ZFSSR tests * Add `tap_pause` context manager to base `VDI` object * add generic journaling capabilities * Fix permission on nfs-on-slave plugin Signed-off-by: Antoine Bartuccio <antoine.bartuccio@vates.tech>
Remove workaround used to convert OpaqueRef received on `vdi_revert` commands as receiving this ref is now the expected behavior xapi-project/xen-api#7170 Signed-off-by: Antoine Bartuccio <antoine.bartuccio@vates.tech>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce VDI revert functionality on FileSR with journalised roll-back.
This includes cbt support
Stacked PR review
vdi_reverton lvm #128Integration tests PR: xcp-ng/xcp-ng-tests#627
Revert schematic
